/* 路径 */
.d-path-navigation {
    padding: 20px 0px;
    color: #707070;
    font-size: 14px;
}

/* 导航条 */
.d-chart-nav .p-nav-box {
    display: flex;
    background-color: #d4e7f7;
    margin-bottom: 0px;
}

.d-chart-nav .p-nav-text-title {
    flex: 1;
    padding: 15px 15px;
    text-align: center;
    font-size: 16px;
    color: #125DB2;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}

.d-chart-nav .p-nav-text-active {
    color: #FFFFFF;
    background-color: #125DB2;
}

.d-chart-box {
    padding: 40px 20px;
    padding: .4rem .2rem;
    border: 2px solid #125DB2;
    margin-bottom: 40px;
    margin-bottom: .4rem;
}

/* 左侧查询框 */
.d-chart-box-left {
    width: 350px;
}

.d-chart-search-box {
    background-color: #F2F9FF;
    padding: 20px;
    /* padding: .2rem; */
    margin-right: 20px;
    margin-top: 30px;
    /* margin-top: .3rem; */
}

.d-chart-search-box .d-title {
    font-size: 28px;
    font-weight: 500;
    color: #125DB2;
    width: 100%;
    padding: 20px 0px 40px 0px;
    text-align: center;
}

.d-chart-data-search-start,
.d-chart-data-search-end {
    width: 100%;
    text-align: center;
}

.d-chart-data-search-start select,
.d-chart-data-search-end select {
    width: 138px;
    height: 40px;
    border: 1px solid #C0C4CC;
    opacity: 1;
    border-radius: 4px;
    text-align: center;
}

.d-chart-data-search-end {
    margin-top: 10px;
}

.d-search-btn-box {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    background: #125DB2;
    opacity: 1;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.d-change-box {
    font-size: 0px;
    margin-top: 40px;
    margin-top: .4rem;
    margin-bottom: 20px;
    margin-bottom: .2rem;
}

.d-change-active {
    background-color: #125DB2 !important;
    color: #FFFFFF !important;
}

.d-change-sty {
    font-size: 16px;
    display: inline-block;
    width: 90px;
    height: 32px;
    border: 1px solid #125DB2;
    opacity: 1;
    line-height: 32px;
    border-radius: 2px;
    color: #125DB2;
    text-align: center;
}

.d-chart-box-right {
    width: calc(100% - 350px);
}

#histogram-gdp,
.d-chart-content {
    height: 330px;
}

/* 列表展示 */
.d-list-box {
    background-color: #F7F7F7;
    padding: 40px 0px;
    padding: .4rem 0rem;
}

.d-box-w50 {
    width: 50%;
    padding: 10px 20px;
    background-color: #FFFFFF;
}

.d-list-box .p-nav-box {
    display: block;
    padding: 10px 0px;
    height: 54px;
    line-height: 30px;
}


.p-nav-list-title {
    font-size: 18px;
    font-weight: 600;
    color: #666666;
    padding-bottom: 5px;
    cursor: pointer;
}

.p-nav-list-title:first-child {
    margin-right: 40px;
    margin-right: .4rem;
}

.p-nav-list-lownload-active,
.p-nav-list-price-information-active,
.p-nav-list-environmental-monitoring-active,
.p-nav-list-economic-trade-active {
    border-bottom: 2px solid;
    color: #1764CE;
}

.d-more {
    font-size: 14px;
    font-weight: 400;
    color: #125DB2;
    height: 32px;
    line-height: 32px;
}



.see-more-box {
    display: none;
}

.see-more-box {
    background-color: #F2F9FF;
    height: 46px;
    width: 180px;
    border-radius: 30px;
    margin: 0 auto;
}

.see-more-box div {
    width: 180px;
    text-align: center;
}

.see-more-box span {
    font-size: 16px;
    font-size: .16rem;
    font-weight: 400;
    line-height: 46px;
    color: #1764CE;
}

@media screen and (max-width: 900px) {
    .d-chart-nav .p-nav-text-title {
        font-size: 14px;
    }
}

@media screen and (max-width: 987px) {
    .d-path-navigation {
        margin-bottom: 0px;
    }

    .p-nav-box {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        /* height: 60px;
        line-height: 60px; */
    }

    .d-chart-nav .p-nav-box {
        margin-bottom: 0px;
    }

    .d-chart-nav .p-nav-text-title {
        font-size: 16px;
        width: auto;
        padding: 10px 15px;
    }

    .d-chart-search-box {
        margin-right: 0px;
        margin-top: 0px;
    }

    .d-chart-box-left {
        width: 100%;
    }

    .d-chart-box-right {
        width: 100%;
        margin-top: 20px;
    }

    .d-box-w50 {
        width: 100%;
    }

    .see-more-box {
        display: block;
    }

    .d-list-box .p-nav-box {
        padding: 0px 0px;
        height: 42px;
        line-height: 30px;
    }

    .d-more {
        display: none;
    }
    .d-chart-search-box .d-title{
        font-size: 24px;
    }
}

@media screen and (max-width: 750px) {

    .d-chart-data-search-start select,
    .d-chart-data-search-end select {
        width: 110px;
    }
}